home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1999 February
/
EnigmA AMIGA RUN 34 (1999)(G.R. Edizioni)(IT)[!][issue 1999-02].iso
/
earcd
/
devel
/
wild
/
support
/
wilf
/
firsttry
/
inlinefuncdemo.c
< prev
next >
Wrap
C/C++ Source or Header
|
1999-01-01
|
112b
|
17 lines
// not works !
void main()
{
int a,b;
b=1;
a={if (b&1)
return(0);
else
return(1);
}
}